home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 June
/
Software of the Month Club 1998 June.iso
/
pc
/
dos
/
lg
/
dom1
/
expr.rpp
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-15
|
198 b
|
15 lines
{ expression and strings }
var s: string;
var n: number;
n := 100;
s := "This is a test";
println(s);
println(n);
println("I am the " + "Man!");
println( ((4*5) / 2) + (100/2));